home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-E / MiniCad 5 Demo (Click Me!) / MiniCad 5 Demo (Click Me!).rsrc / STR#_7023.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  920 b   |  41 lines

  1. NextLayer(h : Handle) : Handle;
  2.  
  3. Returns the handle of the next layer in the list.
  4.  
  5. PrevLayer(h : Handle) : Handle;
  6.  
  7. Returns the handle of the previous layer in the list.
  8.  
  9. NextObj(h : Handle) : Handle;
  10.  
  11. Returns the handle of the next object in the list.
  12.  
  13. PrevObj(h : Handle) : Handle;
  14.  
  15. Returns the handle of the previous object in the list.
  16.  
  17. NextSObj(h : Handle) : Handle;
  18.  
  19. Returns the handle of the next selected object in the list.
  20.  
  21. PrevSObj(h : Handle) : Handle;
  22.  
  23. Returns the handle of the previous selected object in the list.
  24.  
  25. NextDObj(h : Handle) : Handle;
  26.  
  27. Returns the handle of the next deselected object in the list.
  28.  
  29. PrevDObj(h : Handle) : Handle;
  30.  
  31. Returns the handle of the previous deselected object in the list.
  32.  
  33. NextSymDef(h : Handle) : Handle;
  34.  
  35. Returns the next symbol definition from the symbol library.
  36.  
  37. PrevSymDef(h : Handle) : Handle;
  38.  
  39. Returns the previous symbol definition from the symbol library.
  40.  
  41.